@@ -13,4 +13,4 @@ def redis_conf(conf):  | 
            ||
| 13 | 13 | 
                 | 
            
| 14 | 14 | 
                 | 
            
| 15 | 15 | 
                def redis_connect(conf):  | 
            
| 16 | 
                - return redis.StrictRedis(connection_pool=redis.ConnectionPool(**redis_conf(conf)))  | 
            |
| 16 | 
                + return redis.StrictRedisExtensions(connection_pool=redis.ConnectionPool(**redis_conf(conf)))  |